projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f5edf
)
Fix test data broken by removing trailing whitespace.
author
Eric Ludlam
<zappo@gnu.org>
Tue, 15 Oct 2019 00:57:06 +0000
(20:57 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 15 Oct 2019 15:08:18 +0000
(11:08 -0400)
test/lisp/cedet/srecode-utest-template.el
patch
|
blob
|
history
diff --git
a/test/lisp/cedet/srecode-utest-template.el
b/test/lisp/cedet/srecode-utest-template.el
index d804db70b36a250264d928d6d9bbfd2f0dff0287..691f5c15b67012a29fc25d614cc88b42d5ed39a0 100644
(file)
--- a/
test/lisp/cedet/srecode-utest-template.el
+++ b/
test/lisp/cedet/srecode-utest-template.el
@@
-215,14
+215,12
@@
Return NIL on success, or a diagnostic on failure."
(srecode-utest-output
:point "wrapinclude-basic" :name "wrapinclude-basic"
:output ";; An includable we could use.
-;;
-;; Text after a point inserter."
+;; \n;; Text after a point inserter."
)
(srecode-utest-output
:point "wrapinclude-basic2" :name "wrapinclude-basic"
:output ";; An includable MOOSE we could use.
-;;
-;; Text after a point inserter."
+;; \n;; Text after a point inserter."
:dict-entries '("COMMENT" "MOOSE")
)
(srecode-utest-output